home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / window / create < prev    next >
Text File  |  2001-03-21  |  1KB  |  35 lines

  1. Synopsis:
  2.    window create
  3.  
  4. Description:
  5.    Depending on the environment the client is running in, this creates a
  6.    new physical window.  The client must be running under the 'screen'
  7.    program, or in the X Window System environment.
  8.  
  9.    'screen' is a popular Unix program used from the command line that
  10.    allows for multiple virtual screens in a text-based environment.  With
  11.    WINDOW CREATE, the client will create a new screen with ircII-EPIC
  12.    running in it.
  13.  
  14.    X is the dominant graphical user interface used on Unix systems.  It
  15.    is generally available only on Unix workstations with high-resolution
  16.    monitors.  With WINDOW CREATE, a new xterm is started with ircII-EPIC
  17.    running in it.
  18.  
  19. See Also:
  20.    window(4) delete, new
  21.  
  22. Restrictions:
  23.    Currently, when using this command in X, all xterms must be the same
  24.    size.  The behavior of the client is undefined if an xterm is resized.
  25.  
  26.    This command is only available if the WINDOW_CREATE #define (found in
  27.    window.c) was enabled at compile time.  It is not enabled by default.
  28.  
  29. Bugs:
  30.    Use of this command is not recommended.  It has never truly worked as
  31.    intended, and is rather unstable.  For this reason, it is disabled by
  32.    default, and the method for enabling it at compile time has intentionally
  33.    been kept vague.  Use WINDOW NEW instead.
  34.  
  35.